Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseStorage<T,TMappingCollection> Class / BeginEdit Method
The object on which to start operation.

In This Topic
    BeginEdit Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Starts an edit operation on the specified object.
    Syntax
    'Declaration
     
    
    Public Sub BeginEdit( _
       ByVal item As Object _
    ) 
    public void BeginEdit( 
       object item
    )

    Parameters

    item
    The object on which to start operation.
    See Also